home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / devices / console.inc < prev    next >
Text File  |  1998-06-24  |  1KB  |  71 lines

  1. include "inc/exec/types.inc";
  2. include "inc/exec/io.inc";
  3.  
  4. def CD_ASKKEYMAP = (CMD_NONSTD+0);
  5. def CD_SETKEYMAP = (CMD_NONSTD+1);
  6. def CD_ASKDEFAULTKEYMAP = (CMD_NONSTD+2);
  7. def CD_SETDEFAULTKEYMAP = (CMD_NONSTD+3);
  8.  
  9. def SGR_PRIMARY = 0;
  10. def SGR_BOLD = 1;
  11. def SGR_ITALIC = 3;
  12. def SGR_UNDERSCORE = 4;
  13. def SGR_NEGATIVE = 7;
  14.  
  15. def SGR_NORMAL = 22;
  16. def SGR_NOTITALIC = 23;
  17. def SGR_NOTUNDERSCORE = 24;
  18. def SGR_POSITIVE = 27;
  19.  
  20. def SGR_BLACK = 30;
  21. def SGR_RED = 31;
  22. def SGR_GREEN = 32;
  23. def SGR_YELLOW = 33;
  24. def SGR_BLUE = 34;
  25. def SGR_MAGENTA = 35;
  26. def SGR_CYAN = 36;
  27. def SGR_WHITE = 37;
  28. def SGR_DEFAULT = 39;
  29.  
  30. def SGR_BLACKBG = 40;
  31. def SGR_REDBG = 41;
  32. def SGR_GREENBG = 42;
  33. def SGR_YELLOWBG = 43;
  34. def SGR_BLUEBG = 44;
  35. def SGR_MAGENTABG = 45;
  36. def SGR_CYANBG = 46;
  37. def SGR_WHITEBG = 47;
  38. def SGR_DEFAULTBG = 49;
  39.  
  40. def SGR_CLR0 = 30;
  41. def SGR_CLR1 = 31;
  42. def SGR_CLR2 = 32;
  43. def SGR_CLR3 = 33;
  44. def SGR_CLR4 = 34;
  45. def SGR_CLR5 = 35;
  46. def SGR_CLR6 = 36;
  47. def SGR_CLR7 = 37;
  48.  
  49. def SGR_CLR0BG = 40;
  50. def SGR_CLR1BG = 41;
  51. def SGR_CLR2BG = 42;
  52. def SGR_CLR3BG = 43;
  53. def SGR_CLR4BG = 44;
  54. def SGR_CLR5BG = 45;
  55. def SGR_CLR6BG = 46;
  56. def SGR_CLR7BG = 47;
  57.  
  58. def DSR_CPR = 6;
  59.  
  60. def CTC_HSETTAB = 0;
  61. def CTC_HCLRTAB = 2;
  62. def CTC_HCLRTABSALL = 5;
  63.  
  64. def TBC_HCLRTAB = 0;
  65. def TBC_HCLRTABSALL = 3;
  66.  
  67. def M_LNM = 20;
  68. def M_ASM = ">1";
  69. def M_AWM = "?7";
  70.  
  71.